func golang.org/x/sys/unix.pwrite

2 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L191: 	n, err = pwrite(fd, p, offset)
		zsyscall_linux_amd64.go#L256: func pwrite(fd int, p []byte, offset int64) (n int, err error) {